github.com/google/go-cmp/cmp.Options.filter (method, view implemented interface methods)

2 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L303: 	if opt := s.opts.filter(s, t, vx, vy); opt != nil {
		options.go#L68: func (opts Options) filter(s *state, t reflect.Type, vx, vy reflect.Value) (out applicableOption) {